[[tags: manual]]

== Interface to external functions and variables

The macros in this section, such as {{define-foreign-type}} and {{define-external}}, are available in the {{foreign}} import library.  To access them:

 (import foreign)

* [[Accessing external objects]]
* [[Foreign type specifiers]]  
* [[Embedding]]                
* [[Callbacks]]                   
* [[Locations]]                   
* [[Other support procedures]]    
* [[C interface]]                 

---
Previous: [[Supported language]]

Next: [[Extensions]]
